13. Volume

e1. Volume using Thin Cylinders

Finally, we consider the problem of computing the volume of a solid of revolution using thin cylinders.

Function of xx
The region between the functions y=f(x)y=f(x) and y=g(x)y=g(x) between x=ax=a and x=bx=b is rotated about the yy-axis. Find the volume of the solid swept out.

For a region between a function y=f(x)y=f(x) and the xx-axis, just set g(x)=0.g(x)=0.

picture of a graph to be revolved

This is an xx integral. So we chop up the xx-axis, draw a vertical rectangle and rotate it obtaining a thin cylinder centered on the yy-axis.

picture of a graph to be revolved

To approximate the volume of the cylinder, we think of the cylinder as being made from paper, cut it and unroll it into a rectangle (actually a rectangular solid). The length of the rectangle is the circumference of the circle L=2πrL=2\pi r. Here the radius rr is equal to the position xx of the cylinder within the shape. So L=2πxL=2\pi x. The width of the rectangle is the height of the cylinder W=f(x)g(x)W=f(x)-g(x). And the thickness of the rectangle is the thickness of the cylinder, namely Δx\Delta x. So the volume of the thin cylinder is approximately the volume of the rectangular solid which is: ΔVLWΔx=2πx(f(x)g(x))Δx \Delta V\approx LW\Delta x=2\pi x(f(x)-g(x))\Delta x Adding these up and taking the limit, we get the volume of the solid of revolution: V=ab2πx(f(x)g(x))dx V=\int_a^b 2\pi x\,(f(x)-g(x))\,dx

eg_unroll_papercyl

Now turn your head sideways happyfaceanim

Function of yy
The region between the functions x=f(y)x=f(y) and x=g(y)x=g(y) between y=ay=a and y=by=b is rotated about the xx-axis. Find the volume of the solid swept out.

For a region between a function x=f(y)x=f(y) and the yy-axis, just set g(y)=0.g(y)=0.

picture of a graph to be revolved

This is a yy integral. So we cut up the yy-axis, draw a horizontal rectangle and rotate it obtaining a thin cylinder centered on the xx-axis.

The same reasoning gives the volume: V=ab2πy(f(y)g(y))dy V=\int_a^b 2\pi y(f(y)-g(y))\,dy

picture of a graph to be revolved

Volume of a Solid of Revolution using Thin Cylinders
If the region below the function y=f(x)y=f(x) above the function y=g(x)y=g(x) between x=ax=a and x=bx=b is rotated about the yy-axis, the volume swept out is: V=ab2πx(f(x)g(x))dx V=\int_a^b 2\pi x(f(x)-g(x))\,dx If the region to the left of the function x=f(y)x=f(y) and to the right of the function x=g(y)x=g(y) between y=ay=a and y=by=b is rotated about the xx-axis, the volume swept out is: V=ab2πy(f(y)g(y))dy V=\int_a^b 2\pi y(f(y)-g(y))\,dy Both formulas can be summarized as V=ab2π(radius)(height)dv V=\int_a^b 2\pi(\text{radius})(\text{height})\,dv where dvdv is either dxdx or dydy.

Notice that finding the volume of a solid of revolution by cylinders is not a special case of finding a volume by slicing. However, the integral can still be written as V=abA(v)dv V=\int_a^b A(v)\,dv but in this case the area is the area of the cylinder, A=2π(radius)(height)A=2\pi(\text{radius})(\text{height}).

The region between the curves y=xy=x and y=xy=\sqrt{x} is rotated about the yy-axis. Find the volume swept out. (Do the integral as an xx integral.)

On the previous page, we computed this volume using washers. We now recompute it using cylinders.

eg_parab_line_xint_about_y_solid_anim

Since we will be performing an xx-integral, we cut up the xx-axis, see that the rectangles are vertical and they rotate into thin cylinders.

So the volume is: V=ab2π(radius)(height)dx=ab2πx(upperlower)dx=012πx(xx)dx=012π(x3/2x2)dx=2π[2x5/25x33]01=2π(2513)=2π15\begin{aligned} V&=\int_a^b 2\pi(\text{radius})(\text{height})\,dx \\ &=\int_a^b 2\pi x(\text{upper}-\text{lower})\,dx \\ &=\int_0^1 2\pi x(\sqrt{x}-x)\,dx =\int_0^1 2\pi(x^{3/2}-x^2)\,dx \\ &=2\pi\left[\dfrac{2x^{5/2}}{5}-\dfrac{x^3}{3}\right]_0^1 =2\pi\left(\dfrac{2}{5}-\dfrac{1}{3}\right) =\dfrac{2\pi}{15} \end{aligned}

eg_parab_line_xint_about_y_cylinder_anim

Now you do it:

The region between the curves y=xy=x and y=xy=\sqrt{x} is rotated about the xx-axis. Find the volume swept out. (Do the integral as a yy integral.)

On the previous page, you computed this volume using washers. Now recompute it using cylinders.

ex_parab_line_yint_about_x_solid_anim

Hint

Remember, you need to do a yy-integral this time. So cut up the yy-axis.

[×]

Answer

V=π6\displaystyle V=\dfrac{\pi}{6}

[×]

Solution

As functions of yy, the edges are at x=yx=y and x=y2x=y^2. We cut up the yy-axis and see that the rectangles are horizontal rotate into thin cylinders. So the volume is: V=ab2π(radius)(height)dy=ab2πy(rightleft)dy=012πy(yy2)dy=012π(y2y3)dy=2π[y33y44]01=2π(1314)=π6\begin{aligned} V&=\int_a^b 2\pi(\text{radius})(\text{height})\,dy \\ &=\int_a^b 2\pi y(\text{right}-\text{left})\,dy \\ &=\int_0^1 2\pi y(y-y^2)\,dy =\int_0^1 2\pi(y^2-y^3)\,dy \\ &=2\pi\left[\dfrac{y^3}{3}-\dfrac{y^4}{4}\right]_0^1 =2\pi\left(\dfrac{1}{3}-\dfrac{1}{4}\right) =\dfrac{\pi}{6} \end{aligned}

ex_parab_line_yint_about_x_cylinder_anim.gif
[×]

In the previous example and exercise, we considered volumes which could be computed using either cylinders or washers. Here is another example which can easily be computed using cylinders but would be very difficult using washers:

Example

On the next page, we will discuss the overall strategy for computing volumes of revolution.

You can practice computing Volumes of Revolution by Cylinders by using the following Maplet (requires Maple on the computer where this is executed):

Volume of a Solid of RevolutionRate It

Now, you can do all the problems: Disks, Washers and Cylinders.

© 2025 MYMathApps

Supported in part by NSF Grant #1123255